{ "version": 4, "terraform_version": "1.8.7", "serial": 488, "lineage": "9f041132-747a-8ce3-419b-8a56314a9041", "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-c268bbfda9efcb4f4", "ami": "ami-36fa9bb6", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-36bdec62"], "subnet_id": "subnet-428d0484", "key_name": "prod-deploy-key" } } ] } ] }