{ "version": 4, "terraform_version": "1.6.0", "serial": 112, "lineage": "2829fa90-c345-f205-c322-89b798c59d97", "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-2d503f49681358215", "ami": "ami-879b8144", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d0689aca"], "subnet_id": "subnet-892664df", "key_name": "prod-deploy-key" } } ] } ] }