{ "version": 4, "terraform_version": "1.6.6", "serial": 555, "lineage": "293c2e58-86f7-3c03-efc7-9ee9c7ecec4b", "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-07fac41a93e138052", "ami": "ami-c649bf9a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a8d59013"], "subnet_id": "subnet-885a154d", "key_name": "prod-deploy-key" } } ] } ] }