{ "version": 4, "terraform_version": "1.8.6", "serial": 438, "lineage": "4a8baff6-7fe4-2bea-9eeb-87fb4eadcc29", "outputs": { "db_endpoint": { "value": "db-2.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-a00ba06f59640d511", "ami": "ami-ec12fa14", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-62116d88"], "subnet_id": "subnet-152f7600", "key_name": "prod-deploy-key" } } ] } ] }