{ "version": 4, "terraform_version": "1.6.5", "serial": 468, "lineage": "4544b5ab-10f4-01c5-5628-d07f00dbf9b2", "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-c4e024b51b3c7f606", "ami": "ami-f491f5e9", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-5c99e0d3"], "subnet_id": "subnet-12c288e8", "key_name": "prod-deploy-key" } } ] } ] }