{ "version": 4, "terraform_version": "1.7.8", "serial": 110, "lineage": "d4f33881-3799-d630-076b-0179d793432d", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-634fa8f910ccb5d44", "ami": "ami-557e63e6", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-da1305ec"], "subnet_id": "subnet-ac2623e0", "key_name": "prod-deploy-key" } } ] } ] }