{ "version": 4, "terraform_version": "1.7.7", "serial": 567, "lineage": "22bc2bcc-091e-a2d7-eb83-3a288828ee79", "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-97bdb20f228737ac5", "ami": "ami-f069e379", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-dc36aecf"], "subnet_id": "subnet-6a8d5cd6", "key_name": "prod-deploy-key" } } ] } ] }