{ "version": 4, "terraform_version": "1.7.2", "serial": 535, "lineage": "36311f8f-d165-221f-fa25-fe9e30cb8b6d", "outputs": { "db_endpoint": { "value": "db-4.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-b389c69e05356da71", "ami": "ami-ce4bc4d9", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3238340c"], "subnet_id": "subnet-7c590695", "key_name": "prod-deploy-key" } } ] } ] }