{ "version": 4, "terraform_version": "1.5.8", "serial": 595, "lineage": "e8c05b08-bd98-f56b-7350-20c4644e1735", "outputs": { "db_endpoint": { "value": "db-4.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-4db48015ea547c392", "ami": "ami-3d0ad729", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-960954de"], "subnet_id": "subnet-f3d00cb6", "key_name": "prod-deploy-key" } } ] } ] }