{ "version": 4, "terraform_version": "1.6.0", "serial": 465, "lineage": "1f59e0e8-143c-067d-04b3-969904e974da", "outputs": { "db_endpoint": { "value": "db-1.eu-west-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-867b2c0a2563255f3", "ami": "ami-2d72ba2d", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a77c3d10"], "subnet_id": "subnet-fcb661fe", "key_name": "prod-deploy-key" } } ] } ] }