{ "version": 4, "terraform_version": "1.5.6", "serial": 240, "lineage": "a6db03c2-1829-0a46-6875-d425e291b8ff", "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-cd1c7cd89752ead6c", "ami": "ami-7b10e3ab", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-61269cda"], "subnet_id": "subnet-0f1f4c56", "key_name": "prod-deploy-key" } } ] } ] }