{ "version": 4, "terraform_version": "1.5.3", "serial": 190, "lineage": "83631c0e-be05-5167-d7ed-0c376a5e6dff", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-bdc28c5942ff9be1f", "ami": "ami-6ee55861", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-33e023d1"], "subnet_id": "subnet-13020ede", "key_name": "prod-deploy-key" } } ] } ] }