{ "version": 4, "terraform_version": "1.8.0", "serial": 454, "lineage": "c6945fac-ee3f-5f7c-6da3-5e762543ebc5", "outputs": { "db_endpoint": { "value": "db-1.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-37afb4a98e32e2d42", "ami": "ami-7632f62e", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-269f5891"], "subnet_id": "subnet-6d1110b5", "key_name": "prod-deploy-key" } } ] } ] }