{ "version": 4, "terraform_version": "1.7.9", "serial": 242, "lineage": "17aa3bb7-0509-447f-66cc-84c78bded02b", "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-7c7d673dba360ea45", "ami": "ami-449b1761", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-bf41f62a"], "subnet_id": "subnet-9a6ac56b", "key_name": "prod-deploy-key" } } ] } ] }