{ "version": 4, "terraform_version": "1.6.0", "serial": 168, "lineage": "d754cff3-3ffe-8ab3-5fa0-dd1ae1a99a81", "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-b8da2663997794621", "ami": "ami-b6c99a9c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ca5ef3af"], "subnet_id": "subnet-77081a19", "key_name": "prod-deploy-key" } } ] } ] }