{ "version": 4, "terraform_version": "1.7.8", "serial": 585, "lineage": "a097954f-630c-31a9-4e02-4443dd65f817", "outputs": { "db_endpoint": { "value": "db-2.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-d2c1e1edc5693debd", "ami": "ami-719177ed", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-b2609c56"], "subnet_id": "subnet-bbda0996", "key_name": "prod-deploy-key" } } ] } ] }