{ "version": 4, "terraform_version": "1.5.6", "serial": 187, "lineage": "8208e0d2-8bc5-2963-2e4c-ca9337462f98", "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-b141bdf0ed508bdcd", "ami": "ami-23deb69a", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-bb7024f4"], "subnet_id": "subnet-3c588070", "key_name": "prod-deploy-key" } } ] } ] }