{ "version": 4, "terraform_version": "1.5.1", "serial": 473, "lineage": "8c08717e-090d-d841-8a18-67ae9b90c663", "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-a274a1261b66c1f75", "ami": "ami-6b63d80b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e1bfe318"], "subnet_id": "subnet-906ae600", "key_name": "prod-deploy-key" } } ] } ] }