{ "version": 4, "terraform_version": "1.8.0", "serial": 349, "lineage": "0111a569-4b28-b4be-9c07-cf846263b3ec", "outputs": { "db_endpoint": { "value": "db-4.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-40a5d865d558cd53a", "ami": "ami-5fd4df32", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-4edda030"], "subnet_id": "subnet-b2a6282b", "key_name": "prod-deploy-key" } } ] } ] }