{ "version": 4, "terraform_version": "1.8.8", "serial": 306, "lineage": "1f1d9913-1f43-454e-77ae-4b6f488614a7", "outputs": { "db_endpoint": { "value": "db-3.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-6fc94645775fa09bf", "ami": "ami-db3c40f4", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-fbfeef35"], "subnet_id": "subnet-ab8755fe", "key_name": "prod-deploy-key" } } ] } ] }