{ "version": 4, "terraform_version": "1.6.4", "serial": 493, "lineage": "acb66528-fd45-63d0-33e2-cf658239a654", "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-5f411c0a05fec11fe", "ami": "ami-898e3ae0", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-be950b74"], "subnet_id": "subnet-c2cf9707", "key_name": "prod-deploy-key" } } ] } ] }