{ "version": 4, "terraform_version": "1.7.0", "serial": 176, "lineage": "b52221c7-c79f-041c-91a6-1d215823f8e3", "outputs": { "db_endpoint": { "value": "db-2.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-b49e2ad2f56e6cd2c", "ami": "ami-af2d7830", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b3da430f"], "subnet_id": "subnet-338ba556", "key_name": "prod-deploy-key" } } ] } ] }