{ "version": 4, "terraform_version": "1.6.1", "serial": 574, "lineage": "8b21b81a-5818-d385-0e85-3f86f10ce6cf", "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-4b7bbaf9e41be7e7c", "ami": "ami-cecc8469", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-cc899917"], "subnet_id": "subnet-9f0ec962", "key_name": "prod-deploy-key" } } ] } ] }