{ "version": 4, "terraform_version": "1.7.1", "serial": 299, "lineage": "ee318f3d-3693-9925-d599-ca96620f17e5", "outputs": { "db_endpoint": { "value": "db-3.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-258a81a37f62a0f4f", "ami": "ami-2c8f534a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-716ce64e"], "subnet_id": "subnet-61b17131", "key_name": "prod-deploy-key" } } ] } ] }