{ "version": 4, "terraform_version": "1.7.9", "serial": 293, "lineage": "263cd74a-3b03-7d17-9064-d80d33644ac8", "outputs": { "db_endpoint": { "value": "db-1.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-7604f57a51c0fc360", "ami": "ami-0ebc5b91", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-2bcb68ee"], "subnet_id": "subnet-86a34ba5", "key_name": "prod-deploy-key" } } ] } ] }