{ "version": 4, "terraform_version": "1.5.4", "serial": 249, "lineage": "8b7b43b5-7a93-f7c1-8f53-7391115b732a", "outputs": { "db_endpoint": { "value": "db-4.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-4a812ac004b30b006", "ami": "ami-3111780f", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-8839911a"], "subnet_id": "subnet-018c6490", "key_name": "prod-deploy-key" } } ] } ] }