{ "version": 4, "terraform_version": "1.7.4", "serial": 272, "lineage": "a27f6d0d-be91-7d48-34b2-38aca5fb8b57", "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-f09f1f2afffd8ba03", "ami": "ami-170fe305", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-de045a5a"], "subnet_id": "subnet-b80dd1c4", "key_name": "prod-deploy-key" } } ] } ] }