{ "version": 4, "terraform_version": "1.8.2", "serial": 173, "lineage": "6711629b-42ef-6a6e-8cc0-80c8e43270a5", "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-a91c65b03bc158ba7", "ami": "ami-e8e0004d", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-7c15c8e9"], "subnet_id": "subnet-5cb3798d", "key_name": "prod-deploy-key" } } ] } ] }