{ "version": 4, "terraform_version": "1.8.1", "serial": 509, "lineage": "c9ac0816-dd80-d36e-2f87-8a7b926fa511", "outputs": { "db_endpoint": { "value": "db-3.us-east-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-0a73c5c4d58c9253c", "ami": "ami-36d1e3dd", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e448d54a"], "subnet_id": "subnet-28ef10c2", "key_name": "prod-deploy-key" } } ] } ] }