{ "version": 4, "terraform_version": "1.8.8", "serial": 523, "lineage": "b0047e8a-e765-af84-d2c7-43c45d57f478", "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-d92ddbfaadaaa39ca", "ami": "ami-77f956f5", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-62baa671"], "subnet_id": "subnet-00f43d4a", "key_name": "prod-deploy-key" } } ] } ] }