{ "version": 4, "terraform_version": "1.8.8", "serial": 167, "lineage": "15ee8abf-e961-7d67-c6f5-8cd9e5d46ad0", "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-21829c693bb890b3c", "ami": "ami-07c8af7f", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-f195d604"], "subnet_id": "subnet-700f7ee9", "key_name": "prod-deploy-key" } } ] } ] }