{ "version": 4, "terraform_version": "1.5.3", "serial": 260, "lineage": "07e9a599-38e2-fb5c-03af-8ce77349876e", "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-82c9d0a2f04c4f6c6", "ami": "ami-af6236ee", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-1ef4edb6"], "subnet_id": "subnet-327e31c0", "key_name": "prod-deploy-key" } } ] } ] }