{ "version": 4, "terraform_version": "1.8.3", "serial": 175, "lineage": "f5521722-4c63-5363-805a-d1b42b84128a", "outputs": { "db_endpoint": { "value": "db-1.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-4bdc7ad20685614c5", "ami": "ami-0dee7b03", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-6df41a09"], "subnet_id": "subnet-8b260607", "key_name": "prod-deploy-key" } } ] } ] }