{ "version": 4, "terraform_version": "1.7.6", "serial": 177, "lineage": "51ac5f9a-e6f6-2260-c6a8-757259ddcb23", "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-567c065d557dfcb51", "ami": "ami-b36c49c9", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-5d7c00af"], "subnet_id": "subnet-f93c3b48", "key_name": "prod-deploy-key" } } ] } ] }