{ "version": 4, "terraform_version": "1.5.7", "serial": 578, "lineage": "4b56f1f2-275d-5c52-57e5-7d5221898d51", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.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-f25b4761825b65c60", "ami": "ami-aafb5f49", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-21cd4c00"], "subnet_id": "subnet-f13e55e2", "key_name": "prod-deploy-key" } } ] } ] }