{ "version": 4, "terraform_version": "1.5.1", "serial": 500, "lineage": "40ca4668-214f-f9a3-a3c3-db0270637128", "outputs": { "db_endpoint": { "value": "db-2.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-3f91f81da25c2e8dd", "ami": "ami-f5251bf7", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-36054a04"], "subnet_id": "subnet-01b7a933", "key_name": "prod-deploy-key" } } ] } ] }