{ "version": 4, "terraform_version": "1.8.8", "serial": 377, "lineage": "a8ad6902-699e-fc94-e09a-55d722253876", "outputs": { "db_endpoint": { "value": "db-3.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-708cfc24ad6091c63", "ami": "ami-c46cc400", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-7be0212e"], "subnet_id": "subnet-b525d0ac", "key_name": "prod-deploy-key" } } ] } ] }