{ "version": 4, "terraform_version": "1.5.9", "serial": 103, "lineage": "b1e91a3c-39f3-8750-1b56-d38f42d8a600", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.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-5b46cb6dd30c7f5a5", "ami": "ami-5b4544cf", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-ce2221c4"], "subnet_id": "subnet-f0fcce1f", "key_name": "prod-deploy-key" } } ] } ] }