{ "version": 4, "terraform_version": "1.8.5", "serial": 489, "lineage": "44df5323-1ad8-5fa2-6b29-3fa7ccdeb15e", "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-d14c9fec00e10bad5", "ami": "ami-011fc873", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ad1fb3cc"], "subnet_id": "subnet-e5423fdd", "key_name": "prod-deploy-key" } } ] } ] }