{ "version": 4, "terraform_version": "1.5.2", "serial": 580, "lineage": "14f75c80-ff84-a323-d3d2-930c23665c0e", "outputs": { "db_endpoint": { "value": "db-3.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-f073909d4ccc7c2e6", "ami": "ami-fc3c6934", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-20306d78"], "subnet_id": "subnet-8f06ab65", "key_name": "prod-deploy-key" } } ] } ] }