{ "version": 4, "terraform_version": "1.6.6", "serial": 536, "lineage": "5276d644-8d38-4b5a-c0a4-416fc759de29", "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-2a9405faa3b2c6f40", "ami": "ami-d53b07b3", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d6fe02dc"], "subnet_id": "subnet-0f039e7d", "key_name": "prod-deploy-key" } } ] } ] }