{ "version": 4, "terraform_version": "1.7.1", "serial": 268, "lineage": "c3e466e0-e17f-6609-88b4-401e6f2c85e2", "outputs": { "db_endpoint": { "value": "db-0.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-3f5a3a5301d8bf371", "ami": "ami-fa9a685c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-9d297188"], "subnet_id": "subnet-ad29e03d", "key_name": "prod-deploy-key" } } ] } ] }