{ "version": 4, "terraform_version": "1.8.5", "serial": 277, "lineage": "9401bc74-b7ee-ab73-a8f0-479eb57e1641", "outputs": { "db_endpoint": { "value": "db-1.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-9cd1c0ddb96e6e4fa", "ami": "ami-d0bd10c7", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c388e986"], "subnet_id": "subnet-5530446b", "key_name": "prod-deploy-key" } } ] } ] }