{ "version": 4, "terraform_version": "1.6.4", "serial": 549, "lineage": "76c91913-b265-53b8-1dd0-279fd8682155", "outputs": { "db_endpoint": { "value": "db-0.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-dd2c3d6fa4bc73f70", "ami": "ami-b816af9e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-aa940eee"], "subnet_id": "subnet-62a56f97", "key_name": "prod-deploy-key" } } ] } ] }