{ "version": 4, "terraform_version": "1.6.7", "serial": 364, "lineage": "283ab660-139d-6c75-127f-29ec34aeadca", "outputs": { "db_endpoint": { "value": "db-1.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-90115fb86b8f785b6", "ami": "ami-cd55f8f1", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0c5da652"], "subnet_id": "subnet-98cf1963", "key_name": "prod-deploy-key" } } ] } ] }