{ "version": 4, "terraform_version": "1.7.5", "serial": 222, "lineage": "3fe0a07a-0a77-77ab-b3d2-88e6f68d25f1", "outputs": { "db_endpoint": { "value": "db-2.eu-west-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-617339da6e5960f84", "ami": "ami-dea5487a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-2742c5d1"], "subnet_id": "subnet-ebc247d8", "key_name": "prod-deploy-key" } } ] } ] }