{ "version": 4, "terraform_version": "1.8.4", "serial": 169, "lineage": "46868c9e-9494-3e7a-8952-4d320c8fcc78", "outputs": { "db_endpoint": { "value": "db-4.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-7d906cd012d1cfda3", "ami": "ami-faacdee3", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5a91aaa5"], "subnet_id": "subnet-ecaae4f4", "key_name": "prod-deploy-key" } } ] } ] }