{ "version": 4, "terraform_version": "1.5.2", "serial": 145, "lineage": "c93a98b9-d49c-0a67-db89-30d72d674fd9", "outputs": { "db_endpoint": { "value": "db-2.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-975367bab9595650c", "ami": "ami-16a1b051", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-2367f14d"], "subnet_id": "subnet-c8bb918a", "key_name": "prod-deploy-key" } } ] } ] }