{ "version": 4, "terraform_version": "1.5.3", "serial": 439, "lineage": "ab1a3ce3-1915-de57-f0e1-df5078de2dec", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.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-808608ae929ec3a64", "ami": "ami-f1c6b365", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b6e37e48"], "subnet_id": "subnet-41f71a9e", "key_name": "prod-deploy-key" } } ] } ] }