{ "version": 4, "terraform_version": "1.5.7", "serial": 315, "lineage": "0804fa4f-ccfa-9024-8b33-0159e0b99578", "outputs": { "db_endpoint": { "value": "db-0.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-295abfc9ed688057b", "ami": "ami-918cc20a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d00a05c3"], "subnet_id": "subnet-d27c0260", "key_name": "prod-deploy-key" } } ] } ] }