{ "version": 4, "terraform_version": "1.6.6", "serial": 444, "lineage": "42a4d64e-efb5-6f55-176c-9d2561f79ba8", "outputs": { "db_endpoint": { "value": "db-4.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-60b5be503a9aaa7bd", "ami": "ami-21885105", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-24274f81"], "subnet_id": "subnet-0a918a25", "key_name": "prod-deploy-key" } } ] } ] }