{ "version": 4, "terraform_version": "1.7.7", "serial": 210, "lineage": "7a09b3cb-1cfd-e463-1a01-49c6906b218c", "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-8a12542149ba4ef31", "ami": "ami-f6a27d1c", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-3adf6931"], "subnet_id": "subnet-dc93521a", "key_name": "prod-deploy-key" } } ] } ] }