{ "version": 4, "terraform_version": "1.7.1", "serial": 369, "lineage": "ff304bad-5078-e047-b6c5-1bb5e514e469", "outputs": { "db_endpoint": { "value": "db-4.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-b4e04c8a2c01c2add", "ami": "ami-f4c59d19", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-bf40e18b"], "subnet_id": "subnet-01f201e8", "key_name": "prod-deploy-key" } } ] } ] }