{ "version": 4, "terraform_version": "1.6.1", "serial": 254, "lineage": "b0172f39-dc04-290d-0d49-32523e264ca7", "outputs": { "db_endpoint": { "value": "db-2.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-bc6d26e66283cbc9e", "ami": "ami-28f6ca9c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-cb092442"], "subnet_id": "subnet-bd9f15e8", "key_name": "prod-deploy-key" } } ] } ] }