{ "version": 4, "terraform_version": "1.6.8", "serial": 572, "lineage": "77cce483-2daf-c8af-c944-d5b23d8b803b", "outputs": { "db_endpoint": { "value": "db-1.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-15ebd9ae5d074efcd", "ami": "ami-61fc6a11", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-848ea63c"], "subnet_id": "subnet-67b24252", "key_name": "prod-deploy-key" } } ] } ] }