{ "version": 4, "terraform_version": "1.7.8", "serial": 510, "lineage": "d4e39136-46c0-17c7-bd10-9dcf6e75b875", "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-19fd8178420806902", "ami": "ami-9a89decb", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-4fdb23ff"], "subnet_id": "subnet-46974791", "key_name": "prod-deploy-key" } } ] } ] }