{ "version": 4, "terraform_version": "1.6.6", "serial": 166, "lineage": "efed534f-ae04-4e2d-19e7-d6213b18c4eb", "outputs": { "db_endpoint": { "value": "db-0.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-31addd603b2f815b9", "ami": "ami-220653a4", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e6a1434d"], "subnet_id": "subnet-eee5c031", "key_name": "prod-deploy-key" } } ] } ] }