{ "version": 4, "terraform_version": "1.6.7", "serial": 540, "lineage": "e7e9f131-ff3c-5e20-ab55-e8017bfd54f7", "outputs": { "db_endpoint": { "value": "db-4.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-be1fda018c2522855", "ami": "ami-16b24d17", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-052da2f9"], "subnet_id": "subnet-765c5517", "key_name": "prod-deploy-key" } } ] } ] }