{ "version": 4, "terraform_version": "1.6.2", "serial": 327, "lineage": "7963a32b-d151-d64b-60d0-6590b3c6c51a", "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-ef9f676bb2e875348", "ami": "ami-b932a3e1", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3fc7e599"], "subnet_id": "subnet-f56557e9", "key_name": "prod-deploy-key" } } ] } ] }