{ "version": 4, "terraform_version": "1.5.2", "serial": 478, "lineage": "508fd0c0-527d-ff3d-871a-538fe6832c0d", "outputs": { "db_endpoint": { "value": "db-4.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-58c1b2be8fbee7393", "ami": "ami-56c3349f", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-2fb66625"], "subnet_id": "subnet-7f4ed1c1", "key_name": "prod-deploy-key" } } ] } ] }