{ "version": 4, "terraform_version": "1.7.5", "serial": 383, "lineage": "3f08f522-fdb4-50ad-c285-95e21be3a4a5", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-dffbde4417c85d2f7", "ami": "ami-f328f44d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-47f536a3"], "subnet_id": "subnet-6da17e54", "key_name": "prod-deploy-key" } } ] } ] }