{ "version": 4, "terraform_version": "1.7.4", "serial": 569, "lineage": "a363f5cc-7c28-3989-b5ab-b300e129c652", "outputs": { "db_endpoint": { "value": "db-1.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-9570cd7aafec7f124", "ami": "ami-75dce1ec", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-938c99b5"], "subnet_id": "subnet-424fdf76", "key_name": "prod-deploy-key" } } ] } ] }