{ "version": 4, "terraform_version": "1.6.7", "serial": 428, "lineage": "20578fc4-812f-9515-992c-55bc0b64eabf", "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-0bf8005ce76550b46", "ami": "ami-8350221d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3f990676"], "subnet_id": "subnet-39969535", "key_name": "prod-deploy-key" } } ] } ] }