{ "version": 4, "terraform_version": "1.7.8", "serial": 335, "lineage": "969d17e9-af6e-c2e3-0bd3-838cd39a145a", "outputs": { "db_endpoint": { "value": "db-4.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-1681be808b81b5d11", "ami": "ami-cae9eecb", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-28ce1918"], "subnet_id": "subnet-a427480b", "key_name": "prod-deploy-key" } } ] } ] }